home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 236
- Top = 297
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'System Message'
- ClientHeight = 348
- ClientWidth = 592
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BitBtn1: TBitBtn
- Left = -221
- Top = 279
- Width = 233
- Height = 33
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Visible = False
- OnClick = BitBtn1Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 592
- Height = 348
- Align = alClient
- BevelInner = bvRaised
- BorderStyle = bsSingle
- TabOrder = 1
- object AHMFillBackground1: TAHMFillBackground
- Left = 2
- Top = 2
- Width = 584
- Height = 340
- Background = AHMBackground1
- Align = alClient
- end
- object Image1: TImage
- Left = 257
- Top = 15
- Width = 41
- Height = 41
- Picture.Data = {<image001.ico>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 209
- Top = 63
- Width = 134
- Height = 26
- Caption = 'ATTENTION:'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -23
- Font.Name = 'Times New Roman'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object memo1: TMemo
- Left = 8
- Top = 104
- Width = 575
- Height = 169
- TabStop = False
- Color = clWhite
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object AHMButton1: TAHMButton
- Left = 138
- Top = 285
- Width = 299
- Height = 41
- Glyph.TransparentColor = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Caption = 'I have read and understand the above message.'
- ButtonSunk = True
- Background = AHMBackground2
- OnClick = AHMButton1Click
- ParentFont = False
- TabOrder = 1
- TabStop = True
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 400
- OnTimer = Timer1Timer
- Left = 64
- Top = 40
- end
- object AHMBackground1: TAHMBackground
- Gradient.BeginColor = clWhite
- Gradient.EndColor = clNavy
- Gradient.FillStyle = MiddleHBar
- Gradient.ColorCount = 250
- Left = 408
- Top = 48
- end
- object AHMBackground2: TAHMBackground
- Gradient.BeginColor = clWhite
- Gradient.EndColor = clGray
- Left = 480
- Top = 56
- end
- end
-